home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / amiga / cyberavi.readme < prev    next >
Text File  |  1996-11-27  |  3KB  |  73 lines

  1. Short:    AVI animation player for CyberGraphX/AGA and 68020+
  2. Uploader: tboeckel@uni-paderborn.de (Thore Boeckelmann)
  3. Author:   tboeckel@uni-paderborn.de (Thore Boeckelmann)
  4. Type:     gfx/show
  5. Replaces: gfx/show/CyberAVI16.lha
  6.  
  7.     CyberAVI is a fast AVI animation player for 020+ machines with AmigaOS 3.0
  8.     or higher and a graphic board with CyberGraphX or AGA.
  9.  
  10.  minimum hardware requirements:
  11.    -Amiga with AmigaOS 3.0 (V39)
  12.    -MC68020
  13.    -graphic board (eg. CyberVision64, Picasso II, Retina, etc) or AGA chipset
  14.    -2MB of FastRAM, 512K of ChipRAM
  15.  
  16.  
  17.  software requirements
  18.    -CyberGraphX 2.16 or higher if used with a graphic board
  19.    -asyncio.library V37 (included)
  20.  
  21.  recommended hardware requirements:
  22.    -Amiga with AmigaOS 3.1 (V40)
  23.    -MC68040 25MHz
  24.    -graphic board with CyberGraphX
  25.  
  26.  
  27.  Supported encodings until now:
  28.  
  29.      Microsoft Video 1  (CRAM)        8/16 bit
  30.      Radius CinePak     (CVID)          24 bit
  31.      Microsoft RGB      (RGB)   8/16/24/32 bit
  32.      Microsoft RLE8     (RLE8)           8 bit
  33.      IBM Ultimotion     (ULTI)          16 bit
  34.      Component Video    (YUV2)          24 bit
  35.      Intel Raw          (YUV9)          24 bit
  36.  
  37.  
  38.      PCM      8 bit   Mono/Stereo
  39.      PCM     16 bit   Mono/Stereo
  40.      ADPCM    4 bit   Mono
  41.  
  42.  CyberAVI is Copyright (c)1996 by Thore Boeckelmann.
  43.  
  44.  
  45.  Changes since V1.6:
  46.    - AGA display routine now uses Peter Kunath's FastC2P algorithm for
  47.      chunky->planar conversion. This nearly doubled playback speed with AGA!!
  48.    - again a rewrite became necessary :)
  49.    - video subtask now completely removed, because overhead was too big. By
  50.      doing this playback speed again raised a bit!
  51.    - as there are no subtasks anymore the PRIORITY option is obsolete now and
  52.      has been removed.
  53.    - added support for Component Video (YUV2) compression. Thanks to Chris
  54.      Longmore for his sample animation.
  55.    - added support for Intel Raw (YUV9) compression. Note: this is a "hacked"
  56.      support. It took me nearly one complete day to disassemble the YUV9 part
  57.      from XAnim's Indeo module.
  58.    - added support for PCM 16 bit stereo samples
  59.    - improved skipping of delayed frames
  60.    - fixed a small display bug when rounded width or height was different from
  61.      original value
  62.    - added PUBSCREEN option to display truecolor animations on truecolor screens
  63.    - removed a Mungwall-Hit that appeared when allocating odd size of memory for
  64.      video buffer
  65.    - the CVID decoding routine now uses the same YUV tables as YUV2
  66.      and YUV9.
  67.      With this change CyberAVI should use the same CVID routine as
  68.      the most recent version of XAnim. This is a "hacked" part, too.
  69.    - maximum possible buffersize decreased to 4096 (which means 4MB). I think
  70.      this is enough.
  71.    - some minor speed optimiziations
  72.  
  73.